home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / os2ftp12.zip / OS2FTP.DOC < prev    next >
Text File  |  1992-08-23  |  2KB  |  73 lines

  1. OS/2 File Transfer Protocol driver 1.2          (c) 1992 by Mikael Wahlgren
  2. ===========================================================================
  3.  
  4. This is an external file transfer protocol driver, designed to supply
  5. other programs with file transfer capabilities.  It is specially
  6. designed with Os2You (OS/2 Remote Access Facility by Mikael Wahlgren)
  7. in mind.
  8.  
  9. This protocol driver supports the following file transfer protocols:
  10.  
  11. Xmodem/ChSum
  12. Xmodem/CRC
  13. Xmodem-1K
  14. Ymodem (batch)
  15. Ymodem-G (batch)
  16. Zmodem (*)
  17. Kermit (*)
  18.  
  19. (*) The Zmodem file transfer protocol is supported in combination with
  20.     the M2Zmodem file transfer program.  M2ZMODEM.EXE must be available.
  21.  
  22.     The Kermit file transfer protocol is supported in combination with
  23.     the CKermit file transfer program (tested with CK5A179B release).
  24.     CKERMIT.EXE must be available.
  25.  
  26.  
  27.  
  28. Possible return codes (ERRORLEVELs)
  29. ===================================
  30.   ERR_NO_ERROR          = 0
  31.   ERR_OPEN_FILE         = 1
  32.   ERR_INIT_SESS         = 2
  33.   ERR_DISK_READ         = 3
  34.   ERR_DISK_WRITE        = 4
  35.   ERR_COM_READ          = 5
  36.   ERR_COM_WRITE         = 6
  37.   ERR_CANCEL            = 7
  38.   ERR_FATAL_COM         = 8
  39.   ERR_NO_DCD            = 9
  40.   ERR_LOCAL_CANCEL      = 10
  41.   ERR_TIMEOUT           = 255;
  42.  
  43. (these error codes are only valid for Xmodem and Ymodem family protocols.
  44. For return codes of Zmodem and Kermit, see the M2Zmodem and CKermit
  45. documentations)
  46.  
  47.  
  48. Special instructions to run the program with Os2You
  49. ===================================================
  50. This program is especially designed with Os2You in mind.  The recommended
  51. protocol is Ymodem, which is default.  To use this protocol driver with
  52. Os2You, just copy the files into a pathed directory and run the following
  53. commands:
  54.  
  55. Os2FTP -sC:\Files\*.DAT  (to transfer files C:\Files\*.DAT)
  56. Os2FTP -rC:\Download     (to receive files into C:\Download directory)
  57.  
  58. If you want to use another protocol, like YmodemG, the commands will look
  59. like:
  60.  
  61. Os2FTP -YMODEMG -sC:\Files\*.DAT
  62. Os2FTP -YMODEMG -rC:\Download
  63.  
  64. If you haven't registered the Os2You/M2Zmodem file transfer option, this
  65. program will introduce an intentional delay before transfering any files.
  66. Note that the Ymodem protocol used in this protocol driver is exactly the
  67. same driver that is built in Os2You, available via the Service functions
  68. menu.
  69.  
  70. To register, use the included order form.
  71.  
  72. Mikael Wahlgren
  73.